input:focus{
    background: rgba(0, 255, 156, 0.14);
    border-color: #00FF9C;
    box-shadow: 0 0 15px #00FF9C55;
}
input{
     width: 300px;
    background: rgba(0, 255, 156, 0.08);
    border: 2px solid #087F5B;
    color: #E8FFF5;
    border-radius: 12px;
    padding: 14px;
    outline: none;
    transition: 0.3s;
    margin: auto;
    display: flex;
}
body{
   text-align: center;
   background:
        radial-gradient(circle at 20% 20%, #00FF9C55, transparent 30%),
        radial-gradient(circle at 80% 70%, #00E67644, transparent 35%),
        linear-gradient(135deg, #011A12, #064E3B, #021F16);
	font-family : "Vazirmatn";
     margin: 0;
    min-height: 100vh;
}
@font-face {
    font-family: Vazirmatn;
    src: url(fonts/Vazirmatn-Regular.ttf);
}
label {
    display: block;
    width: fit-content;

    margin: 15px auto 6px;
    padding-right: 10px;

    color: #DFFFF2;
    font-size: 16px;
    font-weight: bold;

    border-right: 3px solid #00FF9C;
}
fieldset{
    width: 450px;
    margin: 30px auto;
    border: 2px solid #00A86B;
    border-radius: 16px;
    padding: 25px;
    background: rgba(2, 31, 22, 0.55);
    box-shadow: 0 0 20px rgba(0, 255, 156, 0.12);
    color: #00A86B;
    transform: translateY(-20px);
}
.button1{
    font-family: Vazirmatn;
    font-size: 13.5pt;
    cursor: pointer;
    margin-top: -40px;
}
input.button1:hover{
    cursor: pointer;
    border-radius: 20px;
    border-color: #00FF9C;
}
.button2{
    font-family: Vazirmatn;
    font-size: 13.5pt;
    cursor: pointer;
    margin-top: -15px;
}
input.button2:hover{
    cursor: pointer;
    border-radius: 20px;
    border-color: #00FF9C;
}
.button3{
    font-family: Vazirmatn;
    font-size: 13.5pt;
    cursor: pointer;
    margin-top: -15px;
}
input.button3:hover{
    cursor: pointer;
    border-radius: 20px;
    border-color: #00FF9C;
}
legend {
    padding: 0 12px;
    color: #00FF9C;
    font-size: 18px;
    font-weight: bold;
}
.support-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    width: 180px;
    padding: 13px 20px;

    background-color: #00FF9C55;
    color: #FFFFFF;

    text-decoration: none;
    font-family: "Vazirmatn";
    font-size: 18px;

    border-radius: 14px;
	position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    font-weight: bold;
}
input:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    border-color: #00FF9C;
    border-radius: 18px;
}
@media (max-width: 600px) {
    fieldset{
    width: 300px;
    margin: 30px auto;
    border: 2px solid #00A86B;
    border-radius: 16px;
    padding: 25px;
    background: rgba(2, 31, 22, 0.55);
    box-shadow: 0 0 20px rgba(0, 255, 156, 0.12);
    color: #00A86B;
    }
    .button1{
    font-family: Vazirmatn;
    font-size: 13.5pt;
    cursor: pointer;

    }
    .button1:hover{
    cursor: pointer;
    border-radius: 15px;
    }
    .button2{
    font-family: Vazirmatn;
    font-size: 13pt;
    cursor: pointer;
    }
    input.button2:hover{
    cursor: pointer;
    border-radius: 15px;
    }
    legend {
    padding: 0 12px;
    color: #00FF9C;
    font-size: 18px;
    font-weight: bold;
    }
    label {
    display: block;
    width: fit-content;

    margin: 15px auto 6px;
    padding-right: 10px;

    color: #DFFFF2;
    font-size: 16px;
    font-weight: bold;

    border-right: 3px solid #00FF9C;
    }
    input:focus{
    background: rgba(0, 255, 156, 0.14);
    border-color: #00FF9C;
    box-shadow: 0 0 15px #00FF9C55;
    }
    input{
    width:300px ;
    max-width:100%;
    background: rgba(0, 255, 156, 0.08);
    border: 2px solid #087F5B;
    color: #E8FFF5;
    border-radius: 12px;
    padding: 14px;
    outline: none;
    transition: 0.3s;
    margin: auto;
    display: flex;
    }
    body{
   text-align: center;
   background:
        radial-gradient(circle at 20% 20%, #00FF9C55, transparent 30%),
        radial-gradient(circle at 80% 70%, #00E67644, transparent 35%),
        linear-gradient(135deg, #011A12, #064E3B, #021F16);
	font-family : "Vazirmatn";
     margin: 0;
    min-height: 100vh;
    }
    #googleLogin{
    background-image: url(images/Google_Favicon_2025.svg.webp);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 20px;
    position: relative;
    top: -25px;
    }
}
a {
    text-decoration: none;
    color: white
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    width: 300px;
    background: rgba(0, 255, 156, 0.08);
    border: 2px solid #087F5B;
    color: #E8FFF5;
    border-radius: 12px;
    padding: 14px;
    outline: none;
    transition: 0.3s;
    margin: auto;
    display: flex;
}
.sargarmi-button{
    background-color: #00A86B;
    border-radius: 14px;
    font-family: Vazirmatn;
    color: #FFFFFF;
    border-width: 2px;
    border-color:#087F5B;
    border-style: solid;
    cursor: pointer;
}
.sargarmi-button:active{
    background: #00FF9C;
    color: black
}
#googleLogin{
    background-image: url(images/Google_Favicon_2025.svg.webp);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 20px;
    position: relative;
    top: -25px;
}